home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / foutstat.txt < prev    next >
Text File  |  1992-03-24  |  793b  |  64 lines

  1. Foutstat(2)               Oct. 1, 1991                Foutstat(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Foutstat - determine output status for a file
  7.  
  8. SYNOPSIS
  9.      LONG Foutstat( WORD fh );
  10.  
  11. DESCRIPTION
  12.      Foutstat returns the number of bytes of output that  may  be
  13.      written  to  the  file  whose  GEMDOS  handle is fh, without
  14.      blocking.
  15.  
  16. RETURNS
  17.      0 or a positive number if successful
  18.  
  19.      EIHNDL if fh is not a valid handle for an open file.
  20.  
  21. SEE ALSO
  22.      Cauxos(2), Cconos(2), Cprnos(2), Fcntl(2), Finstat(2)
  23.  
  24. BUGS
  25.      Always returns 1 for disk files.
  26.  
  27.      Doesn't check to see if the indicated file  was  opened  for
  28.      writing.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.